projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427d479
)
(POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 21 Feb 2003 08:04:13 +0000
(08:04 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 21 Feb 2003 08:04:13 +0000
(08:04 +0000)
POLLING_PROBLEM_IN_SELECT.
src/s/hpux10.h
patch
|
blob
|
history
diff --git
a/src/s/hpux10.h
b/src/s/hpux10.h
index c547a1845ab9c8fbbce656539afff84c2f56ad32..ba0a11ff60d661d81b5aed060ecd09be76e4bbe0 100644
(file)
--- a/
src/s/hpux10.h
+++ b/
src/s/hpux10.h
@@
-56,5
+56,7
@@
/* Don't define _BSD */
#undef C_SWITCH_SYSTEM
-/* HPUX 10.10 needs this; HPUX 10.20 does not. */
-#define POLLING_PROBLEM_IN_SELECT
+/* HP-UX 10.10 seem to have problems with signals coming in
+ Causes "poll: interrupted system call" messages when Emacs is run
+ in an X window (see process.c) */
+#define POLL_INTERRUPTED_SYS_CALL